home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / teaser.dir / 00090_Script_taze < prev    next >
Text File  |  1998-08-25  |  211b  |  9 lines

  1. on mousedown me
  2.   if sprite 15 intersects sprite(the spritenum of me) then
  3.     puppetsound(1) "Arc Zap"
  4.     set the loc of sprite 15 to point(76, 448)
  5.     cursor -1
  6.     go the frame +1
  7.   end if    
  8. end 
  9.